home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9842 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.compuserve.com!newsmaster
  2. From: 101611.2710@compuserve.com (Ralf Graf)
  3. Newsgroups: comp.sources.wanted,comp.lang.c,comp.unix.programmer
  4. Subject: Re: Seek unix2dos.c OR help with tr
  5. Date: Wed, 13 Mar 1996 19:04:12 -0500
  6. Organization: CompuServe Incorporated
  7. Message-ID: <8J2RxM8v9bRP083yn@compuserve.com>
  8. References: <4i0946$7io@nuke.csu.net>
  9. Reply-To: 101611.2710@compuserve.com
  10. NNTP-Posting-Host: dd20-075.compuserve.com
  11.  
  12. In article <4i0946$7io@nuke.csu.net>,
  13. mclean@futon.SFSU.EDU (Emmett Mclean) wrote:
  14. > Does anyone have the source to a program
  15. > converting a unix file into dos format?
  16. > That is, each decimal 10 char is replaced
  17. > with a series of a 10 and 13.
  18. > The equivalent syntax to tr would be fine
  19. > as well.
  20. > I will be using it to download zipped binaries
  21. > files from a unix box.
  22. > <SNIP> 
  23.  
  24. 1. You _MUST NOT_ treat zip files that way, the zip
  25.    file will be corrupted.
  26. 2. BTW, you don't have to convert binaries .
  27. 3. If you want to unzip zipped TEXT files from U*IX
  28.    to DOS and vice versa, simply use "unzip -a" to
  29.    autoconvert them.
  30.  
  31. Greetings
  32.  
  33. Ralf Graf
  34. *****************************************
  35. * Using OS/2 Warp & Linux 1.2.13        *
  36. * Location: Duesseldorf / Germany       *
  37. * e-mail:   101611.2710@compuserve.com  *
  38. *****************************************
  39.